in the process make the focus outline clearer.
}
tab {
- font-weight: bold;
- min-height: 36px;
- min-width: 36px;
- padding-left: 12px;
- padding-right: 12px;
+ min-height: 30px;
+ min-width: 30px;
+ padding: 3px 12px;
+
+ outline-offset: -5px;
+
color: $insensitive_fg_color;
+ font-weight: bold;
+
border-width: 1px; // for reorderable tabs
border-color: transparent; //
&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
padding: 0;
- margin-top: 7px;
- margin-bottom: 7px;
+ margin-top: 4px;
+ margin-bottom: 4px;
// FIXME: generalize .small-button?
min-width: 20px;
min-height: 20px;
background-color: transparent;
border-color: transparent; }
notebook > header tab {
- font-weight: bold;
- min-height: 36px;
- min-width: 36px;
- padding-left: 12px;
- padding-right: 12px;
+ min-height: 30px;
+ min-width: 30px;
+ padding: 3px 12px;
+ outline-offset: -5px;
color: #949796;
+ font-weight: bold;
border-width: 1px;
border-color: transparent; }
notebook > header tab:hover {
notebook > header tab .titlebar button.titlebutton,
.titlebar notebook > header tab button.titlebutton {
padding: 0;
- margin-top: 7px;
- margin-bottom: 7px;
+ margin-top: 4px;
+ margin-bottom: 4px;
min-width: 20px;
min-height: 20px; }
notebook > header tab button.flat:hover, notebook > header tab notebook > header > tabs > arrow:hover, notebook > header tab button.sidebar-button:hover, notebook > header tab headerbar button.titlebutton:hover, headerbar notebook > header tab button.titlebutton:hover,
background-color: transparent;
border-color: transparent; }
notebook > header tab {
- font-weight: bold;
- min-height: 36px;
- min-width: 36px;
- padding-left: 12px;
- padding-right: 12px;
+ min-height: 30px;
+ min-width: 30px;
+ padding: 3px 12px;
+ outline-offset: -5px;
color: #8b8e8f;
+ font-weight: bold;
border-width: 1px;
border-color: transparent; }
notebook > header tab:hover {
notebook > header tab .titlebar button.titlebutton,
.titlebar notebook > header tab button.titlebutton {
padding: 0;
- margin-top: 7px;
- margin-bottom: 7px;
+ margin-top: 4px;
+ margin-bottom: 4px;
min-width: 20px;
min-height: 20px; }
notebook > header tab button.flat:hover, notebook > header tab notebook > header > tabs > arrow:hover, notebook > header tab button.sidebar-button:hover, notebook > header tab headerbar button.titlebutton:hover, headerbar notebook > header tab button.titlebutton:hover,